IAxis.SetControlMode method

Sets a control mode of an axis at run time. The control mode must be compatible with the current access mode. Not all axes support control mode changes at run time.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
IKsCommand SetControlMode(
       McControlMode mode
)
Function SetControlMode(
       mode As McControlMode
)As IKsCommand

Parameters

mode

Type: McControlMode

A control mode for an axis.

Return value

Type: IKsCommand

Returns the states of a method.

See also

IAxis Interface

IntervalZero.KINGSTAR.Base.Class Namespace